home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / shell / ViNCEd.readme < prev    next >
Encoding:
Text File  |  1998-10-31  |  12.6 KB  |  273 lines

  1. Short:    ViNCEd, the final CON: solution. ^Z, TAB Expand....
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  3.63
  5. Type:     util/shell
  6. Requires: Any Amiga, any kickstart version (even 1.2 will do)
  7. Replaces: ViNCBeta.lha
  8.  
  9. ---------------------------------------------------------------------------
  10. Warning: The 3.6x releases are the LAST releases that still support Os 1.x
  11. ---------------------------------------------------------------------------
  12.  
  13.                         About ViNCEd
  14. ---------------------------------------------------------------------------
  15. The latest version (3.63) of my full screen shell editor (CON: replacement)
  16. ---------------------------------------------------------------------------
  17.  
  18. Features:
  19. -Extremly flexible
  20. -Comes with prefs program with nice GUI
  21. -User defineable macros and buttons (gadgets) with parameters
  22. -Full screen editor, not line limited
  23. -Compatible to CON: and ConMan
  24. -VT-220 emulation build in
  25. -ANSI (VT-xxx) colors on request
  26. -Freely configurable keyboard
  27. -ASCII prefs, a standard editor is enough to change them by hand.
  28. -Keypad mode on request (numeric keypad for cursor control)
  29. -Supports control sequences of:
  30.         -CON:
  31.         -VT-220
  32.         -DEC
  33.         -XTerm (Unix Shells)
  34.         -SGI winterm
  35.         -plus private stuff (set keyboard, colors and font by ctrl seq)
  36. -TAB expansion, with different TAB requesters as option
  37. -TAB expansion cache
  38. -Colored cursor on request
  39. -Menu, clipboard support build in (no ConClip needed)
  40. -"More than complete" online help plus documentation
  41. -C include files, autodocs for the library included
  42. -Screen title might contain path/fail codes/CLI number & more
  43. -Localizeable (German available, more locales welcome)
  44. -Job control รก la unix with Ctrl-Z
  45.         -suspends shell jobs
  46.         -sends shell jobs to forgeground & background
  47.          using tiny shell scripts "fg" and "bg" like unix
  48. -documented library for own applications and editor programming
  49. -iconification support
  50. -uses public "tbiclass" gadgets of VisualPrefs, or Massimo's
  51.  toolbutton images if available. 
  52. -easy installation
  53. -full control by single program (SetVNC)
  54. -clipboard support, snip control with middle mouse button or Ctrl-left-Mouse
  55. -can create private screens on request
  56. -font & monitor selectable by prefs
  57. -icon drop, with modifiers for path/name only
  58. -100% assembly language => fast & short (err, as short as I could do it.)
  59.  
  60. Plus:   It's 100% free! Hey, I must be crazy!
  61.  
  62. -----------------------------------------------------------------------------
  63.  
  64. -------- history ----- this is not the complete history, read the guide!----
  65.  
  66. Changes made in 3.63:
  67.         Changed the behaivour of ESC in the RAW mode; a plain ASCII ESC is
  68.         now sent, ViNCEd does no longer insert its private control sequence.
  69.         However, complete control sequences are sent in the "english" mode,
  70.         including those for "Toggle ESC", "Insert CSI" and "Insert ESC".
  71.         ViNCEd sends now ESC [ instead of CSI for keyboard sequences if the
  72.         seven bit mode is enabled.
  73.         ViNCEd does no longer insert a line feed into the clipboard if a
  74.         line was word-wrapped at the right border of the window.
  75.         The line feed handling was changed. The old version emulated the
  76.         SGI winterm behaivour, which is just plain wrong. I studied five
  77.         terminal programs how to do this right, got six answers and
  78.         implemented a seventh.
  79.         Added emulation of some VT-xxx illnesses, especially handling of
  80.         zero arguments in a CSI sequence (which I hate to do like this, but
  81.         so what).
  82.         Fixed characters sent with ^C to ^F. These were just wrong. Urgh.
  83.         Fixed the ICONIFIED window path argument which did not work due to
  84.         a former, uhm, bug fix, in one of the betas. Luckey, the code was
  85.         (and still is) tolerant enough not to crash in this situation.
  86.         Fixed some bugs in scrolling borders with the cursor movement
  87.         commands.
  88.         Added a function browser to the second keyboard page of SetVNC.
  89.  
  90. Changes made in 3.62:
  91.         Fixed a bug in the TAB expansion. Thanks, Andreas!
  92.         Changed the Ctrl-C logic a bit, might avoid problems.
  93.         Fixed a bug in SetVNC that might have caused crashes when
  94.         shutting down the guide.
  95.         Added "Save To" and "Load From" gadgets to SetVNC.
  96.  
  97. Changes made in 3.61:
  98.         Added support for Massimo's external toolbutton image class,
  99.         the class itself and its documentation. Thanks, Massimo!
  100.         Added the "PLAIN" window path argument, idea of
  101.         Andreas Mixich.
  102.  
  103. Changes made in 3.60:
  104.     Just too much. 
  105.     Except quite a lot of bug fixes, this release introduces a new
  106.     keyboard parser which allows to bind keyboard functions to
  107.     any key you like. It introduced, too, a new preferences format
  108.     that is based on plain ASCII text. Additonally, a new guide
  109.     is included which contains a FAQ (frequently asked questions)
  110.     and a new and detailed index. That's only the list of the most
  111.     important changes. More has happened.
  112.  
  113. -----------------------------------------------------------------------------
  114. Notes: 
  115.  
  116.         Check the TOP_SECRET or ReadMe.First file in this archive!
  117.     Especially, these SHOULD BE RUN FIRST before you start with
  118.     the installation.
  119.  
  120.         VirusWorkShop seems to have trouble with the overlay file structure
  121.         that is used by the SetVNC program.
  122.         THIS IS NOT A VIRUS! It is a bugfix of the oldish CBM overlay 
  123.         manager which is really buggy!
  124.  
  125.         To trick VirusWorkshop, the SetVNC program in this archive is
  126.         encoded. Use the "Decode" program from the "Extras" drawer to
  127.         decode manually. The installer script has been updated to do 
  128.         this for you.
  129.  
  130. -----------------------------------------------------------------------------
  131.  
  132. Send ideas, improvements, bugreports (please as concrete as possible) to:
  133.  
  134.  
  135.         Thomas Richter
  136.  
  137.  
  138. EMail:  thor@einstein.math.tu-berlin.de
  139.  
  140. or "Wisit the Web" site:
  141.  
  142. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  143.  
  144. -----------------------------------------------------------------------------
  145.  
  146. September 1998
  147.  
  148.         Thomas
  149.  
  150.  
  151. ============================= Archive contents =============================
  152.  
  153. Original  Packed Ratio    Date     Time    Name
  154. -------- ------- ----- --------- --------  -------------
  155.      628     268 57.3% 09-Aug-98 14:52:14 +AREXX.info
  156.      188     179  4.7% 12-Aug-98 20:38:46 +rexxsyslib.pch
  157.      628     269 57.1% 09-Aug-98 14:52:16 +C.info
  158.    53572   28618 46.5% 03-Oct-98 18:55:58 +SetVNC.coded
  159.      628     266 57.6% 06-Sep-98 14:43:16 +DEVS.info
  160.      628     267 57.4% 06-Sep-98 14:43:22 +DOSDrivers.info
  161.      324     227 29.9% 09-Nov-97 15:09:10 +NEWCON
  162.      481     261 45.7% 06-Sep-98 14:43:22 +NEWCON.info
  163.      269     195 27.5% 09-Nov-97 15:07:08 +VNC
  164.      481     263 45.3% 06-Sep-98 14:43:22 +VNC.info
  165.      261     191 26.8% 09-Nov-97 15:07:32 +VNR
  166.      481     263 45.3% 06-Sep-98 14:43:22 +VNR.info
  167.      105      94 10.4% 13-Jan-94 22:49:00 +Mount_NEWCON
  168.      102      88 13.7% 13-Jan-94 22:49:36 +Mount_VNC
  169.     1380     356 74.2% 03-Nov-96 17:28:28 +Disk.info
  170.      628     271 56.8% 06-Sep-98 14:40:44 +Extras.info
  171.     8424    5274 37.3% 27-Sep-98 21:08:12 +CLIcon
  172.      758     317 58.1% 06-Sep-98 14:40:44 +CLIcon.info
  173.      440     380 13.6% 06-Apr-97 00:59:46 +Decode
  174.     4056    2427 40.1% 21-Dec-97 20:34:56 +FastFonts
  175.      568     273 51.9% 06-Sep-98 14:40:44 +FastFonts.info
  176.      628     268 57.3% 06-Sep-98 14:40:44 +Fonts.info
  177.      264      31 88.2% 01-Nov-97 14:05:06 +topaz6.font
  178.     2216    1357 38.7% 01-Nov-97 14:05:44 +8e
  179.      284     251 11.6% 02-Nov-96 20:10:54 +PatchAlloc
  180.     1336     927 30.6% 11-Aug-98 21:53:56 +PatchRAM
  181.     1416     963 31.9% 09-Aug-98 19:05:18 +RunTool
  182.    14688    9310 36.6% 02-Nov-96 23:10:54 +spatch
  183.     3936    2518 36.0% 03-Nov-96 00:35:02 +StringSnip
  184.     7272    4502 38.0% 27-Sep-98 00:38:02 +titlebar.image
  185.     4276    2017 52.8% 11-Aug-98 21:54:16 +TrueMultiAssigns
  186.      628     269 57.1% 06-Sep-98 14:40:44 +UnixDirs3.info
  187.     3524    2501 29.0% 21-Mar-97 21:53:38 +UnixDirs3
  188.    32747   12181 62.8% 21-Mar-97 21:53:42 +UnixDirs3.guide
  189.      537     283 47.2% 20-Aug-97 20:58:52 +UnixDirs3.guide.info
  190.     1701     783 53.9% 20-Aug-97 20:58:52 +UnixDirs3.info
  191.      809     465 42.5% 21-Mar-97 22:10:22 +UnixDirs3.readme
  192.      628     272 56.6% 11-Aug-98 21:50:54 +Guides.info
  193.    11823    4428 62.5% 27-Sep-98 00:42:48 +titlebar.guide
  194.      468     224 52.1% 11-Sep-98 22:49:50 +titlebar.guide.info
  195.   620337  181104 70.8% 03-Oct-98 18:55:16 +ViNCEd.guide
  196.      523     273 47.8% 11-Aug-98 21:50:54 +ViNCEd.guide.info
  197.      628     270 57.0% 09-Aug-98 14:52:14 +Include.info
  198.    10992    4171 62.0% 27-Sep-98 00:39:14 +titlebar.doc
  199.   116336   26660 77.0% 22-Aug-98 15:23:38 +vnc.doc
  200.     7134    2507 64.8% 22-Aug-98 18:14:22 +Boopsis_Readme
  201.      190     141 25.7% 27-Sep-98 00:44:10 +titlebarimage_protos.h
  202.     6760    1471 78.2% 22-Aug-98 15:08:12 +vnc_protos.h
  203.     8908    2446 72.5% 22-Aug-98 13:41:30 +ReadConsoleWindow.c
  204.     1551     798 48.5% 11-Sep-98 22:53:10 +ReadMe
  205.     8711    2496 71.3% 22-Aug-98 18:04:44 +ReadPrefs.c
  206.     5814    1734 70.1% 11-Sep-98 22:51:36 +TBITest.c
  207.      209     157 24.8% 22-Aug-98 18:11:42 +ReadMe
  208.      127     110 13.3% 27-Sep-98 00:42:16 +titlebarimage_cl.fd
  209.     5754    2071 64.0% 22-Aug-98 14:30:36 +vnc_lib.fd
  210.      450     231 48.6% 27-Sep-98 00:43:52 +titlebar.h
  211.      290     188 35.1% 22-Aug-98 18:13:40 +ReadMe
  212.     2976     842 71.7% 19-Aug-98 21:22:48 +vnc_lib.i
  213.     1671     759 54.5% 22-Aug-98 18:10:18 +ReadMe
  214.    18148    3977 78.0% 22-Aug-98 14:37:12 +vnc_stub.base.lib
  215.    18292    3997 78.1% 22-Aug-98 14:37:14 +vnc_stub.lib
  216.    17616    3767 78.6% 22-Aug-98 14:37:12 +vnc_stub.rr.base.lib
  217.    17744    3792 78.6% 22-Aug-98 14:37:14 +vnc_stub.rr.lib
  218.      120     104 13.3% 27-Sep-98 00:43:36 +titlebarimage_pragmas.h
  219.     8456    1766 79.1% 22-Aug-98 13:48:10 +vnc_pragmas.h
  220.      215     139 35.3% 27-Sep-98 00:43:22 +titlebarimage.h
  221.      223     139 37.6% 22-Aug-98 13:45:28 +vnc.h
  222.     3769    1543 59.0% 11-Sep-98 22:58:38 +ReadME
  223.     9103    3129 65.6% 20-Aug-98 22:09:02 +Dynamics.h
  224.     2997    1035 65.4% 22-Aug-98 14:22:36 +IO.h
  225.     7625    1894 75.1% 22-Aug-98 11:39:16 +Keyboard.h
  226.     3683    1046 71.5% 20-Aug-98 22:19:14 +Macros.h
  227.     6671    1875 71.8% 22-Aug-98 11:51:08 +Owner.h
  228.     1789     526 70.5% 20-Aug-98 22:16:14 +Packets.h
  229.    13455    3888 71.1% 22-Aug-98 14:19:10 +prefs.h
  230.     2843     960 66.2% 22-Aug-98 11:55:26 +Requester.h
  231.     9835    2604 73.5% 22-Aug-98 12:06:32 +VNCBase.h
  232.    34925    8192 76.5% 22-Aug-98 14:23:28 +window.h
  233.      628     269 57.1% 06-Sep-98 14:43:04 +Install.info
  234.      805     478 40.6% 06-Sep-98 14:43:04 +Deutsch.info
  235.      793     467 41.1% 06-Sep-98 14:43:04 +English.info
  236.    63066   17635 72.0% 08-Sep-98 21:45:18 +Install_VNC
  237.      628     269 57.1% 09-Aug-98 14:52:14 +LIBS.info
  238.   122320   74212 39.3% 30-Sep-98 21:57:12 +vnc.library
  239.      628     270 57.0% 09-Aug-98 14:52:14 +LOCALE.info
  240.    14116    5326 62.2% 03-Oct-98 19:08:56 +VNC.prefs.catalog
  241.     1796     905 49.6% 11-Aug-98 21:50:02 +VNC.sys.catalog
  242.      628     268 57.3% 06-Sep-98 14:41:10 +Localize!.info
  243.     6640    4213 36.5% 13-Jan-98 19:55:48 +CreateCatalog
  244.    44908   14836 66.9% 03-Oct-98 19:09:26 +prefs.construct
  245.     5022    2132 57.5% 03-Oct-98 19:13:04 +ReadMe
  246.     9989    3838 61.5% 22-Aug-98 18:31:10 +sys.construct
  247.      632     323 48.8% 09-Aug-98 14:52:14 +Prefs.info
  248.     6568    2129 67.5% 22-Aug-98 18:47:16 +Default.Prefs
  249.      479     225 53.0% 22-Aug-98 18:44:54 +Default.Prefs.info
  250.     6536    2116 67.6% 22-Aug-98 18:46:30 +My.Prefs
  251.      479     225 53.0% 16-Aug-98 20:42:12 +My.Prefs.info
  252.     6814    2272 66.6% 22-Aug-98 18:49:48 +XTerm.Prefs
  253.      479     225 53.0% 16-Aug-98 20:48:52 +XTerm.Prefs.info
  254.      697     488 29.9% 16-Sep-98 22:39:32 +SetVNC.info
  255.    26084    9975 61.7% 03-Oct-98 18:55:24 +Readme.First!
  256.     1826     892 51.1% 09-Aug-98 22:56:24 +Readme.First!.info
  257.      628     268 57.3% 09-Aug-98 14:52:14 +S.info
  258.       17      17  0.0% 11-Aug-98 21:52:16 +bg
  259.       50      50  0.0% 11-Aug-98 21:52:16 +fg
  260.      383     222 42.0% 11-Aug-98 21:52:16 +fork
  261.      106      87 17.9% 11-Aug-98 21:52:16 +History
  262.      103      96  6.7% 11-Aug-98 21:52:16 +More
  263.      986     372 62.2% 11-Aug-98 21:52:16 +SetFont
  264.      322     179 44.4% 11-Aug-98 21:52:16 +SetKeyboard
  265.      768     347 54.8% 09-Aug-98 14:52:14 +Shell.info
  266.      765     347 54.6% 09-Aug-98 14:52:14 +Shell_VNC.info
  267.    26084    9975 61.7% 03-Oct-98 18:55:28 +Top Secret!
  268.     1826     899 50.7% 09-Aug-98 22:56:40 +Top Secret!.info
  269.     6233    2698 56.7% 03-Oct-98 18:54:46 +ViNCEd.readme
  270.      856     377 55.9% 09-Aug-98 14:52:16 +ViNCEd.readme.info
  271. -------- ------- ----- --------- --------
  272.  1502769  517021 65.5% 07-Oct-98 01:01:24   116 files
  273.